<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	width: 1204px;
	margin: 0 auto;
}
#head{
	position: relative;
	width: 100%;
	height: 193px;
	display: block;
}
.head{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.logo{
	float: left;
	vertical-align: middle;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 4%;
}
.serch{
	float: left;
	width: 400px;
	height: 100%;
	line-height: 160px;
	text-align: left;
	margin: 0 auto;
}
.serch&gt;select{
	position: relative;
	width: 80px;
	height: 30px;
	border: 1px #0000FF solid;
	margin: 0 auto;
}
.serch&gt;input{
	position: relative;
	width: 250px;
	height: 30px;
	border: 1px #0000FF solid;
	margin: 0 auto;
	padding: 0;
}
.serch&gt;.serchsub{
	position: relative;
	width: 40px;
	height: 30px;
	background: #0000CD;
	color: #fff;
	border: 1px #0000FF solid;
	margin: 0 auto;
	padding: 0;
}
.qrcode{
	float: right;
	width: 90px;
	height: 160px;
	font-size: 12px;
	background-image: url(../img/2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.qrcode&gt;span{
	display: inline-block;
	/*line-height: 265px;*/
}
.navigation{
	position: relative;
	width: 1206px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.navigation&gt;img{
	width: 100%;
	padding: 0;
	display: block;
}
.nav{
	/*float: left;*/
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0757a0;
	padding: 0;
}
.nav&gt;a{
	float: left;
	width: 12.5%;
	color: #FFFFFF;
}
.nav&gt;a&gt;li{
	float: left;
	width: 100%;
	list-style: none;
}
.footer{
	width: 100%;
	position: relative;
	height: 230px;
	margin: 0px auto;
	overflow: hidden;
	/*top: 30px;*/
	font-size: 12px;
}
.footer-li{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #f6f6f6;
	border: 1px #EEEEEE solid;
}
.footer-li&gt;span{
	float: left;
	/*width: 6%;*/
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #3593eb;
	background: #FFFFFF;
	padding: 0 30px;
}
.footer-a{
	position: relative;
	width: 100%;
	height: 100px;
	margin: 10px auto;
}
.footer-a&gt;ul{
	/*float: left;*/
	width: 100%;
	/*height: 100px;*/
	border-top: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	display: table;
}
.footer-a&gt;ul&gt;li{
	float: left;
	list-style: none;
	width: 24.9%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-left: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
}
.footer-a&gt;ul&gt;li&gt;a{
	display: inline-block;
	text-decoration: none;
	width: 100%;
	/*color: #000000;*/
}
.footer-a&gt;ul&gt;li&gt;a:hover{
	background: #000000;
	color: #FFFFFF;
}
.copy{
	position: absolute;
	width: 100%;
	height: 47px;
	bottom: 0;
	left: 0;
	/*background: #000000;	*/
	color: #FFFFFF;
	text-align: center;
	line-height: 47px;
}
.copy&gt;label&gt;span{
	margin-left: 2%;
}
</pre></body></html>